Skip to content

Add documentation for tasks delegatable to cloud agents#1

Merged
xnodeoncode merged 2 commits intomainfrom
copilot/delegating-tasks-to-cloud-agent
Dec 4, 2025
Merged

Add documentation for tasks delegatable to cloud agents#1
xnodeoncode merged 2 commits intomainfrom
copilot/delegating-tasks-to-cloud-agent

Conversation

Copy link

Copilot AI commented Nov 28, 2025

Addresses the question of what development tasks can be effectively delegated to cloud-based AI agents (GitHub Copilot, etc.) when working with this codebase.

Changes

  • New file: CLOUD_AGENT_TASKS.md - Comprehensive guide covering:
    • Tasks well-suited for delegation (CRUD components, service methods, SQL scripts, PDF generators, tests)
    • Tasks requiring human oversight (security, schema design, business logic, integrations)
    • Tasks not suitable for agents (runtime debugging, deployments, business decisions)
    • Best practices with example prompts tailored to this codebase's patterns
    • Reference to existing ScheduledTaskService.cs automated tasks as replicable patterns

Example delegation prompt from the doc:

"Create a new Blazor component for creating Vendors following the pattern 
in CreateProperty.razor. Include OrganizationId filtering and audit fields."

The guide emphasizes this codebase's specific conventions: multi-tenancy via OrganizationId, soft delete patterns, PropertyManagementService as the central data access layer, and ApplicationConstants for dropdown values.

Original prompt

What kind of tasks can be delegated to a cloud agent?

Created from VS Code.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: xnodeoncode <1616362+xnodeoncode@users.noreply.github.com>
Copilot AI changed the title [WIP] Research tasks for delegation to cloud agents Add documentation for tasks delegatable to cloud agents Nov 28, 2025
Copilot AI requested a review from xnodeoncode November 28, 2025 15:47
@xnodeoncode xnodeoncode marked this pull request as ready for review December 4, 2025 19:08
@xnodeoncode xnodeoncode merged commit 790208e into main Dec 4, 2025
@xnodeoncode xnodeoncode deleted the copilot/delegating-tasks-to-cloud-agent branch December 29, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants